# This is a BitKeeper generated patch for the following project:
# Project Name: Linux kernel tree
# This patch format is intended for GNU patch command version 2.5 or higher.
# This patch includes the following deltas:
#	           ChangeSet	1.1046.1.330+1.1046.492.1 -> 1.1046.1.331
#	        usr/Makefile	1.6.2.2 -> 1.8    
#	            Makefile	1.410.3.3 -> 1.415  
#	net/ipv4/tcp_input.c	1.39.1.4 -> 1.42   
#	include/asm-cris/unistd.h	1.10.1.1 -> 1.13   
#
diff -Nru a/Makefile b/Makefile
--- a/Makefile	Mon Sep 22 13:01:43 2003
+++ b/Makefile	Mon Sep 22 13:01:43 2003
@@ -213,7 +213,7 @@
 NOSTDINC_FLAGS  = -nostdinc -iwithprefix include
 
 CPPFLAGS	:= -D__KERNEL__ -Iinclude
-CFLAGS 		:= $(CPPFLAGS) -Wall -Wstrict-prototypes -Wno-trigraphs -O2 \
+CFLAGS 		:= $(CPPFLAGS) -Wall -Wstrict-prototypes -Wno-trigraphs -g -O2 \
 	  	   -fno-strict-aliasing -fno-common
 AFLAGS		:= -D__ASSEMBLY__ $(CPPFLAGS)